﻿/*-------- Main form div --------*/

.imeForm {
    width: inherit;
    padding: 15px 0px 15px 0px;
    background: rgb(236,234,233);
    font: Verdana;
}

/*-------- Text formatting --------*/

.bold {
    font-weight: bold;
}

.imeForm .greenText {
    color: rgb(0,168,143);
}

.imeForm .blackText {
    color: #000000;
}

.float-left { float: left; }
.float-right { float: right; }
.clear-both { clear: both; }

/*-------- Form Columns --------*/

.imeForm .clear {
    clear: both;
}

.imeForm .leftColumn {
    float: left;
    width: 286px;
    border-right: 1px dotted black;
}

.imeForm .rightColumn {
    float: right;
    width: 285px;
}

.imeForm .column {
    width: 249px;
    margin: 0 auto;
}

.imeForm .topBorder {
    border-top: 1px dotted black;
}

.imeForm .singleColumn {
    width: 536px;
    margin: 0 auto 10px auto;
}

/*-------- Form Dialog --------*/

.hidden {
    display: none;
}

.imeForm #educationDialog {
}

.noPadding {
    padding: 0;
}

.imeForm .dialog {
    width: 350px;
    border: 2px solid rgb(188,212,195);
    background: rgb(236,234,233);
}

.imeForm .dialogContent {
    margin: 6px;
}

.imeForm .dialogButtons {
    height: 40px;
    background: rgb(188,212,195);
    text-align: right;
}

.imeForm .dialog select {
    width: 330px;
    color: #000000;
}

.imeForm .dialog input {
    color: #000000;
}

.imeForm .dialog input.error, .imeForm .dialog select.error {
    border: 1px dotted red;
}

.imeForm .dialog input[type=text] {
    width: 325px;
}

.imeForm .dialog select.thirdWidth {
    width: 108px;
}

.imeForm .dialog input.thirdWidth {
    width: 100px;
}

.imeForm .uploadLink {
    margin-right: 5px;
    text-align: right;
    width: 100px;
    float: right;
    clear: right;
}

.imeForm .evidenceList {
    font-style: italic;
}

.imeForm .ui-dialog-titlebar {
    display: none;
}

/* JQueryUI */
/* Overlays */
.ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ui-widget-overlay {
    background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
    opacity: .50;
    filter: Alpha(Opacity=50);
}

.ui-widget-shadow {
    margin: -5px 0 0 -5px;
    padding: 5px;
    background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
    opacity: .20;
    filter: Alpha(Opacity=20);
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.ui-dialog {
    position: absolute;
    overflow: hidden;
}

.imeForm #checkpointContainer
{
    border: 1px solid black;
    padding: 10px;
    }


/*-------- Form Elements --------*/

.imeForm .colHeader {
    font-size: 15pt;
    color: rgb(213,43,30);
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 15pt;
}

.imeForm .sectionHeader {
    font-weight: bold;
    font-size: 11pt;
    margin: 10px 0;
}

.imeForm .singleColumn ul li {
    margin-bottom: 5px;
}

.imeForm label {
    font-size: 10pt;
}
.imeForm label.spaced {
    width:100px;
    text-align:right;
    display:inline-block ;
    padding-right:10px;
}
.imeForm span.label {
    font-size: 10pt;
}

.imeForm input.text, .imeForm select {
    margin-top: 7px;
    margin-bottom: 15px;
}

.imeForm input.text {
    height: 20px;
    font-size: 10pt;
}

.imeForm .inputFullWidth {
    width: 246px;
}

.imeForm .inputHalfWidth {
    width: 123px;
}

.imeForm .inputWidth150 {
    width: 145px;
}

.imeForm .inputThirdWidth {
    width: 74px;
}

.imeForm select.thirdWidth {
    width: 80px;
}

.imeForm input.smallInput {
    width: 40px;
}

.imeForm input[type=submit] {
}

.imeForm select {
    height: 20px;
}

.imeForm .otherQualTextArea {
    width: 536px;
    height: 150px;
}

.imeForm .linkButton {
    position: relative;
    z-index: 1;
    background: url(Images/buttonBackground.png) repeat-x 0 0;
    color: #FFFFFF !important;
    line-height: 26px;
    font-weight: bold;
    font-size: 0.92em;
    font-family: "Open Sans", Verdana;
    border-bottom: none !important;
    text-decoration: none;
    display: inline-block;
    padding: 0 10px;
    margin: 8px 15px 0 5px;
}

.imeForm .linkButton:before,.imeForm .linkButton:after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.imeForm .linkButton:before {
    content: url(Images/buttonBeforeNoArrowNarrowTrans.png);
    text-align: left;
    left: -3px;
}

.imeForm .linkButton:after {
    content: url(Images/buttonAfter.png);
    text-align: right;
    right: -3px;
}

.imeForm .linkButton.next:after {
    content: url(Images/buttonAfterNext.png);
    right: -10px;
}

.imeForm .checkRadInputs ul li {
    list-style-type: none;
    }

.imeForm .checkRadInputs div
{
    margin-bottom: 4px;
    }

.imeForm .checkRadInputs input{
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}

.imeForm .checkRadInputs label {
    padding-left: 8px;
    display: inline-block;
}

.imeForm .interviewLocDropdowns
{
    width: 90%;
    margin: 0 auto;
    }

.imeForm .interviewLocDropdowns .leftCol {
    width: 50%;
    float: left;
}

.imeForm .interviewLocDropdowns .rightCol {
    width: 50%;
    float: right;
}
.leftCol input, .rightCol input {
    width: 220px;
}

.imeForm .checkContainer {
    height: 20px;
    margin-bottom: 10px;
}

.imeForm .checkContainer label {
    cursor: default;
}

.imeForm .checkContainer .checkbox {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(Images/tick-cross-18x18.png) no-repeat 0 0;
    top: 3px;
}

.imeForm .checkContainer .unchecked {
    background-position: 0px 0px;
}

.imeForm .checkContainer .checked {
    background-position: -18px 0px;
}

.imeForm .exclamation {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url('Images/exclamation-mark-icon18x18.png') no-repeat 0 0;
    float: left;
    margin-right: 5px;
}

.imeForm #loadingAnim {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('Images/ajax-loader.gif') no-repeat 0 0;
    margin-left: 10px;
    vertical-align:middle;
}

.imeForm .statementsLists {
    margin-left: 50px;
}

.imeForm .statementsLists li {
    position: relative;
}

.imeForm .statementsLists li .list-tag{
    font-weight: bold;
    position: absolute;
    left: -38px;
    }


.industryChecks label{ margin-left: 8px; }

.imeForm .ddlCountry { width: 200px; margin-top: 0;}

.imeForm .otherTitleBox
{
    width: 155px;
    position: absolute;
    text-align: right;
    right: 0;
    top: 0;
    }


.imeForm .colCardDetails
{
    float: left;
    width: 255px;
    }

.imeForm .colBillingAddress
{
    float: right;
    width: 265px;
    }

/*-------- Errors ----------*/

.imeForm .error { color: Red; }

.imeForm .errorMessages {
    padding-top: 5px;
    margin-bottom: 4px;
    width: 500px;
    }

.imeForm .errorMessages ul{
    color: Red;
    border: 1px solid red;
    list-style-type: none;
    background: #FFD7D3;
    display: inline-block;
    width: 100%;
    }

.imeForm .errorMessages ul li {
    margin-left: 20px;
    }

.imeForm .rbl
{
    list-style-type:none;
}


/*-- Email Subscriptions specific -- */
div.list label
{
 font-size:11px;
padding-left:5px;
}

div.list.double label
{
 display:inline-block;
 width:240px;

 padding-left:5px;
}

.imeForm .hidden
{
    visibility:hidden;
}